Skip to content

chore: release helm-cosmo 0.15.0 🚀#2201

Merged
miklosbarabas merged 2 commits intomainfrom
release-please--branches--main--components--helm-cosmo
Sep 10, 2025
Merged

chore: release helm-cosmo 0.15.0 🚀#2201
miklosbarabas merged 2 commits intomainfrom
release-please--branches--main--components--helm-cosmo

Conversation

@StarpTech
Copy link
Copy Markdown
Contributor

@StarpTech StarpTech commented Sep 10, 2025

🤖 I have created a release beep boop

0.15.0 (2025-09-10)

Features

  • pod label configuration in cosmo router helm chart (#2200) (b5b13a1)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • Documentation

    • Added 0.15.0 entry to the Cosmo Helm chart changelog noting configurable pod labels in the router chart.
    • Updated the README version badge to 0.15.0.
  • Chores

    • Bumped Cosmo Helm chart version to 0.15.0 in release metadata.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 10, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Bumps helm/cosmo chart version from 0.14.0 to 0.15.0 in helm/cosmo/Chart.yaml and .release-please-manifest.json, updates the README badge to 0.15.0, and adds a 0.15.0 entry to helm/cosmo/CHANGELOG.md describing a router pod label configuration feature. The manifest's helm/cosmo/charts/router entry remains at 0.15.0.

Changes

Cohort / File(s) Summary
Version bump metadata
helm/cosmo/Chart.yaml, .release-please-manifest.json
Update helm/cosmo chart version from 0.14.00.15.0 in Chart.yaml and the release manifest.
Changelog update
helm/cosmo/CHANGELOG.md
Add 0.15.0 changelog entry (2025-09-10) noting "pod label configuration in cosmo router helm chart" with reference to issue/commit.
Documentation badge
helm/cosmo/README.md
Update README chart version badge from 0.14.00.15.0 (cosmetic).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d70255e and 6c052b3.

📒 Files selected for processing (4)
  • .release-please-manifest.json (1 hunks)
  • helm/cosmo/CHANGELOG.md (1 hunks)
  • helm/cosmo/Chart.yaml (1 hunks)
  • helm/cosmo/README.md (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (3)
helm/cosmo/Chart.yaml (3)

25-28: Update Artifact Hub changes note to reflect this release.

Current note ("Pin dependencies…") doesn’t match 0.15.0’s router pod label feature.

Apply:

   artifacthub.io/changes: |
-    - kind: changed
-      description: "Pin dependencies to the latest stable version"
+    - kind: added
+      description: "Add pod label configuration to the router subchart"

29-32: Nit: Fix source link to point to the directory view.

Artifact Hub renders better with a direct tree URL.

-    - name: source
-      url: https://github.com/wundergraph/cosmo/helm/cosmo
+    - name: source
+      url: https://github.com/wundergraph/cosmo/tree/main/helm/cosmo

16-20: Consider setting appVersion (if you use it).

If you track the underlying app version, add/refresh appVersion; otherwise ignore.

 # Versions are expected to follow Semantic Versioning (https://semver.org/)
 version: '0.15.0'
+appVersion: '0.15.0'
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b5b13a1 and bfdb9ab.

📒 Files selected for processing (3)
  • .release-please-manifest.json (1 hunks)
  • helm/cosmo/CHANGELOG.md (1 hunks)
  • helm/cosmo/Chart.yaml (1 hunks)
🧰 Additional context used
🧠 Learnings (3)
📓 Common learnings
Learnt from: StarpTech
PR: wundergraph/cosmo#2142
File: helm/cosmo/Chart.yaml:0-0
Timestamp: 2025-08-15T10:21:45.838Z
Learning: In the WunderGraph Cosmo project, helm chart version upgrades and README badge synchronization are handled in separate helm release PRs, not in the initial version bump PRs.
📚 Learning: 2025-08-20T22:13:25.222Z
Learnt from: StarpTech
PR: wundergraph/cosmo#2157
File: router-tests/go.mod:16-16
Timestamp: 2025-08-20T22:13:25.222Z
Learning: github.com/mark3labs/mcp-go v0.38.0 has regressions and should not be used in the wundergraph/cosmo project. v0.36.0 is the stable version that should be used across router-tests and other modules.

Applied to files:

  • .release-please-manifest.json
📚 Learning: 2025-08-15T10:21:45.838Z
Learnt from: StarpTech
PR: wundergraph/cosmo#2142
File: helm/cosmo/Chart.yaml:0-0
Timestamp: 2025-08-15T10:21:45.838Z
Learning: In the WunderGraph Cosmo project, helm chart version upgrades and README badge synchronization are handled in separate helm release PRs, not in the initial version bump PRs.

Applied to files:

  • helm/cosmo/Chart.yaml
  • helm/cosmo/CHANGELOG.md
🔇 Additional comments (3)
.release-please-manifest.json (1)

2-2: Manifest bump matches Chart.yaml.

"helm/cosmo" → 0.15.0 is consistent with the chart version.

helm/cosmo/Chart.yaml (1)

19-19: Chart version bump looks good.

No other spec changes; aligns with release PR scope.

helm/cosmo/CHANGELOG.md (1)

3-9: Changelog entry reads well and matches the release intent.

Compare link, date, and feature note look correct.

Comment thread .release-please-manifest.json
@StarpTech StarpTech force-pushed the release-please--branches--main--components--helm-cosmo branch from bfdb9ab to a11ad04 Compare September 10, 2025 08:31
@StarpTech StarpTech force-pushed the release-please--branches--main--components--helm-cosmo branch from d70255e to 8df9c61 Compare September 10, 2025 09:00
@miklosbarabas miklosbarabas merged commit f6fad5f into main Sep 10, 2025
9 checks passed
@miklosbarabas miklosbarabas deleted the release-please--branches--main--components--helm-cosmo branch September 10, 2025 09:03
@StarpTech
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants